@import url(site_r.css);
@import url(site_custom_r.css);
/* footer */
.footer{ display:none; width:100%;height:auto;position:fixed!important;bottom:0;right:0;z-index:9999;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.foot{width:100%;position:fixed;height:4.0rem;bottom:0;left:0;z-index:10;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.foot-relative{position:relative;width:100%;height:4.0rem;}
.foot a{display:block;float:left;width:25%;color:#fff}

.foot a h3{width:100%;text-align:center;font:0.8rem/0.2rem "microsoft yahei";}
.footer{ padding:1px 0 0 0;}
.foot a{ border-right:1px solid #a8a8a8; height:4.0rem; width:24.5% !important}
.foot{    height: auto !important;
    padding: 1% 0;}
.foot {
    background: #0060b1;
}
.foot a span{display:block;width:100%;text-align:center;font-size:0.4rem;line-height:2.5rem;overflow:hidden; text-indent:1000px; background-position: center center !important; background-repeat:no-repeat !important; background-size: auto 80% !important;}
.foot a span.span1{ background-image:url(../images/dianhua.png);}
.foot a span.span2{ background-image:url(../images/duanxin.png);}
.foot a span.span3{ background-image:url(../images/lianxi.png);}
.foot a span.span4{ background-image:url(../images/dingbu.png);}
.foot a h3{width:100%;text-align:center;font:0.8rem "microsoft yahei"; color:#fff;}
.foot a:nth-child(4){ border:0;}
@media only screen and (max-width: 768px){
  .footer{
    display:block; width:100%;    height: auto;
    padding: 1px 0 0 0;position:fixed!important;bottom:0;right:0;z-index:9999;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
  }
}